Html Css Color HEX #CF3648 Brick Red

📋 copy color: '#CF3648'

red 207 ◦ green 54 ◦ blue 72

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

Shades of Brick Red #CF3648

Tints of Brick Red #CF3648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 62.16%
G = 16.22%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3648 (or 0xCF3648) is known color: Brick Red. HEX triplet: CF, 36 and 48. RGB value is (207,54,72). Sum of RGB (Red+Green+Blue) = 207+54+72=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3648 is #30C9B7. Grayscale: #656565. Windows color (decimal): -3197368 or 4732623. OLE color: 4732623.

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

Color convert

RGB 207 54 72 -
CMYK 0 0.74 0.65 0.19
HSL 352.94º 0.61% 0.51% -
HSV(B) 352.94º 0.74% 0.81% -
XYZ 28.22 16.37 7.8 -
YUV 101.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 207 54 72 0 0.74 0.65 0.19 352.94 0.61 0.51
Hex CF 36 48 0 4A 41 13 161 3D 33
Octal 317 66 110 0 112 101 23 541 75 63
Binary 11001111 110110 1001000 0 1001010 1000001 10011 101100001 111101 110011

Color Harmonies of #CF3648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3648

Black with #CF3648

Text Example


Text Example

White with #CF3648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3648; }

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

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

background-color css

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

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

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

border-color css

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

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

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