Html Css Color HEX #CF3A49 Brick Red

📋 copy color: '#CF3A49'

red 207 ◦ green 58 ◦ blue 73

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

Shades of Brick Red #CF3A49

Tints of Brick Red #CF3A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

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

R = 61.24%
G = 17.16%
B = 21.6%

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

#CF3A49 (or 0xCF3A49) is known color: Brick Red. HEX triplet: CF, 3A and 49. RGB value is (207,58,73). Sum of RGB (Red+Green+Blue) = 207+58+73=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A49 is #30C5B6. Grayscale: #686868. Windows color (decimal): -3196343 or 4799183. OLE color: 4799183.

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

Color convert

RGB 207 58 73 -
CMYK 0 0.72 0.65 0.19
HSL 353.96º 0.61% 0.52% -
HSV(B) 353.96º 0.72% 0.81% -
XYZ 28.45 16.77 8.04 -
YUV 104.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 207 58 73 0 0.72 0.65 0.19 353.96 0.61 0.52
Hex CF 3A 49 0 48 41 13 162 3D 34
Octal 317 72 111 0 110 101 23 542 75 64
Binary 11001111 111010 1001001 0 1001000 1000001 10011 101100010 111101 110100

Color Harmonies of #CF3A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A49

Black with #CF3A49

Text Example


Text Example

White with #CF3A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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