Html Css Color HEX #CF3745 Brick Red

📋 copy color: '#CF3745'

red 207 ◦ green 55 ◦ blue 69

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

Shades of Brick Red #CF3745

Tints of Brick Red #CF3745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 62.54%
G = 16.62%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF3745 (or 0xCF3745) is known color: Brick Red. HEX triplet: CF, 37 and 45. RGB value is (207,55,69). Sum of RGB (Red+Green+Blue) = 207+55+69=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3745 is #30C8BA. Grayscale: #666666. Windows color (decimal): -3197115 or 4536271. OLE color: 4536271.

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

Color convert

RGB 207 55 69 -
CMYK 0 0.73 0.67 0.19
HSL 354.47º 0.61% 0.51% -
HSV(B) 354.47º 0.73% 0.81% -
XYZ 28.17 16.43 7.32 -
YUV 102.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 207 55 69 0 0.73 0.67 0.19 354.47 0.61 0.51
Hex CF 37 45 0 49 43 13 162 3D 33
Octal 317 67 105 0 111 103 23 542 75 63
Binary 11001111 110111 1000101 0 1001001 1000011 10011 101100010 111101 110011

Color Harmonies of #CF3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3745

Black with #CF3745

Text Example


Text Example

White with #CF3745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3745; }

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

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

background-color css

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

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

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

border-color css

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

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

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