Html Css Color HEX #CF3949 Brick Red

📋 copy color: '#CF3949'

red 207 ◦ green 57 ◦ blue 73

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

Shades of Brick Red #CF3949

Tints of Brick Red #CF3949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

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

R = 61.42%
G = 16.91%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3949 (or 0xCF3949) is known color: Brick Red. HEX triplet: CF, 39 and 49. RGB value is (207,57,73). Sum of RGB (Red+Green+Blue) = 207+57+73=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3949 is #30C6B6. Grayscale: #676767. Windows color (decimal): -3196599 or 4798927. OLE color: 4798927.

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

Color convert

RGB 207 57 73 -
CMYK 0 0.72 0.65 0.19
HSL 353.6º 0.61% 0.52% -
HSV(B) 353.6º 0.72% 0.81% -
XYZ 28.4 16.67 8.02 -
YUV 103.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 207 57 73 0 0.72 0.65 0.19 353.6 0.61 0.52
Hex CF 39 49 0 48 41 13 162 3D 34
Octal 317 71 111 0 110 101 23 542 75 64
Binary 11001111 111001 1001001 0 1001000 1000001 10011 101100010 111101 110100

Color Harmonies of #CF3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3949

Black with #CF3949

Text Example


Text Example

White with #CF3949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3949; }

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

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

background-color css

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

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

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

border-color css

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

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

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