Html Css Color HEX #CF3849 Brick Red

📋 copy color: '#CF3849'

red 207 ◦ green 56 ◦ blue 73

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

Shades of Brick Red #CF3849

Tints of Brick Red #CF3849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 61.61%
G = 16.67%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3849 (or 0xCF3849) is known color: Brick Red. HEX triplet: CF, 38 and 49. RGB value is (207,56,73). Sum of RGB (Red+Green+Blue) = 207+56+73=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3849 is #30C7B6. Grayscale: #676767. Windows color (decimal): -3196855 or 4798671. OLE color: 4798671.

HSL color Cylindrical-coordinate representation of color #CF3849: hue angle of 353.25º 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 #CF3849 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 56 73 -
CMYK 0 0.73 0.65 0.19
HSL 353.25º 0.61% 0.52% -
HSV(B) 353.25º 0.73% 0.81% -
XYZ 28.35 16.57 8.01 -
YUV 103.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 207 56 73 0 0.73 0.65 0.19 353.25 0.61 0.52
Hex CF 38 49 0 49 41 13 161 3D 34
Octal 317 70 111 0 111 101 23 541 75 64
Binary 11001111 111000 1001001 0 1001001 1000001 10011 101100001 111101 110100

Color Harmonies of #CF3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3849

Black with #CF3849

Text Example


Text Example

White with #CF3849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3849; }

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

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

background-color css

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

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

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

border-color css

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

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

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