Html Css Color HEX #CF3046 Brick Red

📋 copy color: '#CF3046'

red 207 ◦ green 48 ◦ blue 70

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

Shades of Brick Red #CF3046

Tints of Brick Red #CF3046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

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

R = 63.69%
G = 14.77%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF3046 (or 0xCF3046) is known color: Brick Red. HEX triplet: CF, 30 and 46. RGB value is (207,48,70). Sum of RGB (Red+Green+Blue) = 207+48+70=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3046 is #30CFB9. Grayscale: #626262. Windows color (decimal): -3198906 or 4600015. OLE color: 4600015.

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

Color convert

RGB 207 48 70 -
CMYK 0 0.77 0.66 0.19
HSL 351.7º 0.62% 0.5% -
HSV(B) 351.7º 0.77% 0.81% -
XYZ 27.89 15.82 7.38 -
YUV 98.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 207 48 70 0 0.77 0.66 0.19 351.7 0.62 0.5
Hex CF 30 46 0 4D 42 13 160 3E 32
Octal 317 60 106 0 115 102 23 540 76 62
Binary 11001111 110000 1000110 0 1001101 1000010 10011 101100000 111110 110010

Color Harmonies of #CF3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3046

Black with #CF3046

Text Example


Text Example

White with #CF3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3046; }

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

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

background-color css

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

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

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

border-color css

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

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

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