Html Css Color HEX #CF3645 Brick Red

📋 copy color: '#CF3645'

red 207 ◦ green 54 ◦ blue 69

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

Shades of Brick Red #CF3645

Tints of Brick Red #CF3645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

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

R = 62.73%
G = 16.36%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF3645 (or 0xCF3645) is known color: Brick Red. HEX triplet: CF, 36 and 45. RGB value is (207,54,69). Sum of RGB (Red+Green+Blue) = 207+54+69=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3645 is #30C9BA. Grayscale: #656565. Windows color (decimal): -3197371 or 4536015. OLE color: 4536015.

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

Color convert

RGB 207 54 69 -
CMYK 0 0.74 0.67 0.19
HSL 354.12º 0.61% 0.51% -
HSV(B) 354.12º 0.74% 0.81% -
XYZ 28.13 16.33 7.3 -
YUV 101.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 207 54 69 0 0.74 0.67 0.19 354.12 0.61 0.51
Hex CF 36 45 0 4A 43 13 162 3D 33
Octal 317 66 105 0 112 103 23 542 75 63
Binary 11001111 110110 1000101 0 1001010 1000011 10011 101100010 111101 110011

Color Harmonies of #CF3645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3645

Black with #CF3645

Text Example


Text Example

White with #CF3645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3645; }

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

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

background-color css

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

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

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

border-color css

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

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

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