Html Css Color HEX #CF3142 Brick Red

📋 copy color: '#CF3142'

red 207 ◦ green 49 ◦ blue 66

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

Shades of Brick Red #CF3142

Tints of Brick Red #CF3142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 64.29%
G = 15.22%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF3142 (or 0xCF3142) is known color: Brick Red. HEX triplet: CF, 31 and 42. RGB value is (207,49,66). Sum of RGB (Red+Green+Blue) = 207+49+66=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3142 is #30CEBD. Grayscale: #626262. Windows color (decimal): -3198654 or 4338127. OLE color: 4338127.

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

Color convert

RGB 207 49 66 -
CMYK 0 0.76 0.68 0.19
HSL 353.54º 0.62% 0.5% -
HSV(B) 353.54º 0.76% 0.81% -
XYZ 27.81 15.86 6.75 -
YUV 98.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 207 49 66 0 0.76 0.68 0.19 353.54 0.62 0.5
Hex CF 31 42 0 4C 44 13 162 3E 32
Octal 317 61 102 0 114 104 23 542 76 62
Binary 11001111 110001 1000010 0 1001100 1000100 10011 101100010 111110 110010

Color Harmonies of #CF3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3142

Black with #CF3142

Text Example


Text Example

White with #CF3142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3142; }

 p { color: rgb(207,49,66); }

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

background-color css

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

 a { background-color: rgb(207,49,66); }

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

border-color css

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

 span { border-color: rgb(207,49,66); }

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