Html Css Color HEX #CF3C46 Brick Red

📋 copy color: '#CF3C46'

red 207 ◦ green 60 ◦ blue 70

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

Shades of Brick Red #CF3C46

Tints of Brick Red #CF3C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 61.42%
G = 17.8%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF3C46 (or 0xCF3C46) is known color: Brick Red. HEX triplet: CF, 3C and 46. RGB value is (207,60,70). Sum of RGB (Red+Green+Blue) = 207+60+70=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C46 is #30C3B9. Grayscale: #696969. Windows color (decimal): -3195834 or 4603087. OLE color: 4603087.

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

Color convert

RGB 207 60 70 -
CMYK 0 0.71 0.66 0.19
HSL 355.92º 0.6% 0.52% -
HSV(B) 355.92º 0.71% 0.81% -
XYZ 28.45 16.94 7.56 -
YUV 105.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 207 60 70 0 0.71 0.66 0.19 355.92 0.6 0.52
Hex CF 3C 46 0 47 42 13 164 3C 34
Octal 317 74 106 0 107 102 23 544 74 64
Binary 11001111 111100 1000110 0 1000111 1000010 10011 101100100 111100 110100

Color Harmonies of #CF3C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C46

Black with #CF3C46

Text Example


Text Example

White with #CF3C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C46; }

 p { color: rgb(207,60,70); }

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

background-color css

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

 a { background-color: rgb(207,60,70); }

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

border-color css

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

 span { border-color: rgb(207,60,70); }

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