Html Css Color HEX #CF3349 Brick Red

📋 copy color: '#CF3349'

red 207 ◦ green 51 ◦ blue 73

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

Shades of Brick Red #CF3349

Tints of Brick Red #CF3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 62.54%
G = 15.41%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3349 (or 0xCF3349) is known color: Brick Red. HEX triplet: CF, 33 and 49. RGB value is (207,51,73). Sum of RGB (Red+Green+Blue) = 207+51+73=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3349 is #30CCB6. Grayscale: #646464. Windows color (decimal): -3198135 or 4797391. OLE color: 4797391.

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

Color convert

RGB 207 51 73 -
CMYK 0 0.75 0.65 0.19
HSL 351.54º 0.62% 0.51% -
HSV(B) 351.54º 0.75% 0.81% -
XYZ 28.12 16.11 7.93 -
YUV 100.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 207 51 73 0 0.75 0.65 0.19 351.54 0.62 0.51
Hex CF 33 49 0 4B 41 13 160 3E 33
Octal 317 63 111 0 113 101 23 540 76 63
Binary 11001111 110011 1001001 0 1001011 1000001 10011 101100000 111110 110011

Color Harmonies of #CF3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3349

Black with #CF3349

Text Example


Text Example

White with #CF3349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3349; }

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

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

background-color css

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

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

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

border-color css

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

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

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