Html Css Color HEX #CF3246 Brick Red

📋 copy color: '#CF3246'

red 207 ◦ green 50 ◦ blue 70

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

Shades of Brick Red #CF3246

Tints of Brick Red #CF3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 63.3%
G = 15.29%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF3246 (or 0xCF3246) is known color: Brick Red. HEX triplet: CF, 32 and 46. RGB value is (207,50,70). Sum of RGB (Red+Green+Blue) = 207+50+70=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3246 is #30CDB9. Grayscale: #636363. Windows color (decimal): -3198394 or 4600527. OLE color: 4600527.

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

Color convert

RGB 207 50 70 -
CMYK 0 0.76 0.66 0.19
HSL 352.36º 0.62% 0.5% -
HSV(B) 352.36º 0.76% 0.81% -
XYZ 27.98 15.99 7.41 -
YUV 99.22 111.51 204.87 -
System Red Green Blue C M Y K H S L
Decimal 207 50 70 0 0.76 0.66 0.19 352.36 0.62 0.5
Hex CF 32 46 0 4C 42 13 160 3E 32
Octal 317 62 106 0 114 102 23 540 76 62
Binary 11001111 110010 1000110 0 1001100 1000010 10011 101100000 111110 110010

Color Harmonies of #CF3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3246

Black with #CF3246

Text Example


Text Example

White with #CF3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3246; }

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

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

background-color css

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

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

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

border-color css

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

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

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