Html Css Color HEX #CF3442 Brick Red

📋 copy color: '#CF3442'

red 207 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #CF3442

Tints of Brick Red #CF3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 63.69%
G = 16%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF3442 (or 0xCF3442) is known color: Brick Red. HEX triplet: CF, 34 and 42. RGB value is (207,52,66). Sum of RGB (Red+Green+Blue) = 207+52+66=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3442 is #30CBBD. Grayscale: #646464. Windows color (decimal): -3197886 or 4338895. OLE color: 4338895.

HSL color Cylindrical-coordinate representation of color #CF3442: hue angle of 354.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3442 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 52 66 -
CMYK 0 0.75 0.68 0.19
HSL 354.58º 0.62% 0.51% -
HSV(B) 354.58º 0.75% 0.81% -
XYZ 27.94 16.11 6.79 -
YUV 99.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 207 52 66 0 0.75 0.68 0.19 354.58 0.62 0.51
Hex CF 34 42 0 4B 44 13 163 3E 33
Octal 317 64 102 0 113 104 23 543 76 63
Binary 11001111 110100 1000010 0 1001011 1000100 10011 101100011 111110 110011

Color Harmonies of #CF3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3442

Black with #CF3442

Text Example


Text Example

White with #CF3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3442; }

 p { color: rgb(207,52,66); }

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

background-color css

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

 a { background-color: rgb(207,52,66); }

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

border-color css

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

 span { border-color: rgb(207,52,66); }

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