Html Css Color HEX #CF3748 Brick Red

📋 copy color: '#CF3748'

red 207 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #CF3748

Tints of Brick Red #CF3748

RGB

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

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

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

R = 61.98%
G = 16.47%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3748 (or 0xCF3748) is known color: Brick Red. HEX triplet: CF, 37 and 48. RGB value is (207,55,72). Sum of RGB (Red+Green+Blue) = 207+55+72=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3748 is #30C8B7. Grayscale: #666666. Windows color (decimal): -3197112 or 4732879. OLE color: 4732879.

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

Color convert

RGB 207 55 72 -
CMYK 0 0.73 0.65 0.19
HSL 353.29º 0.61% 0.51% -
HSV(B) 353.29º 0.73% 0.81% -
XYZ 28.27 16.47 7.82 -
YUV 102.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 207 55 72 0 0.73 0.65 0.19 353.29 0.61 0.51
Hex CF 37 48 0 49 41 13 161 3D 33
Octal 317 67 110 0 111 101 23 541 75 63
Binary 11001111 110111 1001000 0 1001001 1000001 10011 101100001 111101 110011

Color Harmonies of #CF3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3748

Black with #CF3748

Text Example


Text Example

White with #CF3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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