Html Css Color HEX #CF3446 Brick Red

📋 copy color: '#CF3446'

red 207 ◦ green 52 ◦ blue 70

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

Shades of Brick Red #CF3446

Tints of Brick Red #CF3446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 62.92%
G = 15.81%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF3446 (or 0xCF3446) is known color: Brick Red. HEX triplet: CF, 34 and 46. RGB value is (207,52,70). Sum of RGB (Red+Green+Blue) = 207+52+70=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3446 is #30CBB9. Grayscale: #646464. Windows color (decimal): -3197882 or 4601039. OLE color: 4601039.

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

Color convert

RGB 207 52 70 -
CMYK 0 0.75 0.66 0.19
HSL 353.03º 0.62% 0.51% -
HSV(B) 353.03º 0.75% 0.81% -
XYZ 28.07 16.16 7.44 -
YUV 100.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 207 52 70 0 0.75 0.66 0.19 353.03 0.62 0.51
Hex CF 34 46 0 4B 42 13 161 3E 33
Octal 317 64 106 0 113 102 23 541 76 63
Binary 11001111 110100 1000110 0 1001011 1000010 10011 101100001 111110 110011

Color Harmonies of #CF3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3446

Black with #CF3446

Text Example


Text Example

White with #CF3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3446; }

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

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

background-color css

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

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

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

border-color css

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

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

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