Html Css Color HEX #CF3742 Brick Red

📋 copy color: '#CF3742'

red 207 ◦ green 55 ◦ blue 66

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

Shades of Brick Red #CF3742

Tints of Brick Red #CF3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

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

R = 63.11%
G = 16.77%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF3742 (or 0xCF3742) is known color: Brick Red. HEX triplet: CF, 37 and 42. RGB value is (207,55,66). Sum of RGB (Red+Green+Blue) = 207+55+66=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3742 is #30C8BD. Grayscale: #656565. Windows color (decimal): -3197118 or 4339663. OLE color: 4339663.

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

Color convert

RGB 207 55 66 -
CMYK 0 0.73 0.68 0.19
HSL 355.66º 0.61% 0.51% -
HSV(B) 355.66º 0.73% 0.81% -
XYZ 28.08 16.39 6.84 -
YUV 101.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 207 55 66 0 0.73 0.68 0.19 355.66 0.61 0.51
Hex CF 37 42 0 49 44 13 164 3D 33
Octal 317 67 102 0 111 104 23 544 75 63
Binary 11001111 110111 1000010 0 1001001 1000100 10011 101100100 111101 110011

Color Harmonies of #CF3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3742

Black with #CF3742

Text Example


Text Example

White with #CF3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3742; }

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

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

background-color css

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

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

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

border-color css

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

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

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