Html Css Color HEX #CF2943 Brick Red

📋 copy color: '#CF2943'

red 207 ◦ green 41 ◦ blue 67

#CF2943
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CF2943

Tints of Brick Red #CF2943

RGB

 RED value IS 207 (81.25% from 255) = 65.71%

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 65.71%
G = 13.02%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF2943 (or 0xCF2943) is known color: Brick Red. HEX triplet: CF, 29 and 43. RGB value is (207,41,67). Sum of RGB (Red+Green+Blue) = 207+41+67=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2943 is #30D6BC. Grayscale: #5D5D5D. Windows color (decimal): -3200701 or 4401615. OLE color: 4401615.

HSL color Cylindrical-coordinate representation of color #CF2943: hue angle of 350.6º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2943 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 67 -
CMYK 0 0.80 0.68 0.19
HSL 350.6º 0.67% 0.49% -
HSV(B) 350.6º 0.8% 0.81% -
XYZ 27.54 15.26 6.8 -
YUV 93.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 207 41 67 0 0.80 0.68 0.19 350.6 0.67 0.49
Hex CF 29 43 0 50 44 13 15F 43 31
Octal 317 51 103 0 120 104 23 537 103 61
Binary 11001111 101001 1000011 0 1010000 1000100 10011 101011111 1000011 110001

Color Harmonies of #CF2943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2943

Black with #CF2943

Text Example


Text Example

White with #CF2943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2943; }

 p { color: rgb(207,41,67); }

 H1.HeaderClassName
 {
   color: #CF2943;
 }
 .AnyTagClassName
 {
   color: #CF2943;
 }
</style>

background-color css

<style>
 a { background-color: #CF2943; }

 a { background-color: rgb(207,41,67); }

 div.DivClassName
 {
   background-color: #CF2943;
 }
 .BgClassName
 {
   background-color: #CF2943;
 }
</style>

border-color css

<style>
 span { border-color: #CF2943; }

 span { border-color: rgb(207,41,67); }

 td.TdClassName
 {
   border-color: #CF2943;
 }
 .TagClassName
 {
   border-color: #CF2943;
 }
</style>