Html Css Color HEX #CF3846 Brick Red

📋 copy color: '#CF3846'

red 207 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #CF3846

Tints of Brick Red #CF3846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 62.16%
G = 16.82%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF3846 (or 0xCF3846) is known color: Brick Red. HEX triplet: CF, 38 and 46. RGB value is (207,56,70). Sum of RGB (Red+Green+Blue) = 207+56+70=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3846 is #30C7B9. Grayscale: #666666. Windows color (decimal): -3196858 or 4602063. OLE color: 4602063.

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

Color convert

RGB 207 56 70 -
CMYK 0 0.73 0.66 0.19
HSL 354.44º 0.61% 0.52% -
HSV(B) 354.44º 0.73% 0.81% -
XYZ 28.25 16.54 7.5 -
YUV 102.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 207 56 70 0 0.73 0.66 0.19 354.44 0.61 0.52
Hex CF 38 46 0 49 42 13 162 3D 34
Octal 317 70 106 0 111 102 23 542 75 64
Binary 11001111 111000 1000110 0 1001001 1000010 10011 101100010 111101 110100

Color Harmonies of #CF3846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3846

Black with #CF3846

Text Example


Text Example

White with #CF3846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3846; }

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

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

background-color css

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

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

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

border-color css

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

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

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