Html Css Color HEX #CF3845 Brick Red

📋 copy color: '#CF3845'

red 207 ◦ green 56 ◦ blue 69

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

Shades of Brick Red #CF3845

Tints of Brick Red #CF3845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

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

R = 62.35%
G = 16.87%
B = 20.78%

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

#CF3845 (or 0xCF3845) is known color: Brick Red. HEX triplet: CF, 38 and 45. RGB value is (207,56,69). Sum of RGB (Red+Green+Blue) = 207+56+69=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3845 is #30C7BA. Grayscale: #666666. Windows color (decimal): -3196859 or 4536527. OLE color: 4536527.

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

Color convert

RGB 207 56 69 -
CMYK 0 0.73 0.67 0.19
HSL 354.83º 0.61% 0.52% -
HSV(B) 354.83º 0.73% 0.81% -
XYZ 28.22 16.52 7.33 -
YUV 102.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 207 56 69 0 0.73 0.67 0.19 354.83 0.61 0.52
Hex CF 38 45 0 49 43 13 163 3D 34
Octal 317 70 105 0 111 103 23 543 75 64
Binary 11001111 111000 1000101 0 1001001 1000011 10011 101100011 111101 110100

Color Harmonies of #CF3845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3845

Black with #CF3845

Text Example


Text Example

White with #CF3845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3845; }

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

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

background-color css

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

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

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

border-color css

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

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

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