Html Css Color HEX #CF2944 Brick Red

📋 copy color: '#CF2944'

red 207 ◦ green 41 ◦ blue 68

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

Shades of Brick Red #CF2944

Tints of Brick Red #CF2944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 65.51%
G = 12.97%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF2944 (or 0xCF2944) is known color: Brick Red. HEX triplet: CF, 29 and 44. RGB value is (207,41,68). Sum of RGB (Red+Green+Blue) = 207+41+68=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2944 is #30D6BB. Grayscale: #5D5D5D. Windows color (decimal): -3200700 or 4467151. OLE color: 4467151.

HSL color Cylindrical-coordinate representation of color #CF2944: hue angle of 350.24º 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 #CF2944 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 68 -
CMYK 0 0.80 0.67 0.19
HSL 350.24º 0.67% 0.49% -
HSV(B) 350.24º 0.8% 0.81% -
XYZ 27.57 15.27 6.96 -
YUV 93.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 207 41 68 0 0.80 0.67 0.19 350.24 0.67 0.49
Hex CF 29 44 0 50 43 13 15E 43 31
Octal 317 51 104 0 120 103 23 536 103 61
Binary 11001111 101001 1000100 0 1010000 1000011 10011 101011110 1000011 110001

Color Harmonies of #CF2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2944

Black with #CF2944

Text Example


Text Example

White with #CF2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2944; }

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

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

background-color css

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

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

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

border-color css

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

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

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