Html Css Color HEX #CF3040 Brick Red

📋 copy color: '#CF3040'

red 207 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #CF3040

Tints of Brick Red #CF3040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 64.89%
G = 15.05%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF3040 (or 0xCF3040) is known color: Brick Red. HEX triplet: CF, 30 and 40. RGB value is (207,48,64). Sum of RGB (Red+Green+Blue) = 207+48+64=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3040 is #30CFBF. Grayscale: #616161. Windows color (decimal): -3198912 or 4206799. OLE color: 4206799.

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

Color convert

RGB 207 48 64 -
CMYK 0 0.77 0.69 0.19
HSL 353.96º 0.62% 0.5% -
HSV(B) 353.96º 0.77% 0.81% -
XYZ 27.71 15.75 6.43 -
YUV 97.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 207 48 64 0 0.77 0.69 0.19 353.96 0.62 0.5
Hex CF 30 40 0 4D 45 13 162 3E 32
Octal 317 60 100 0 115 105 23 542 76 62
Binary 11001111 110000 1000000 0 1001101 1000101 10011 101100010 111110 110010

Color Harmonies of #CF3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3040

Black with #CF3040

Text Example


Text Example

White with #CF3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3040; }

 p { color: rgb(207,48,64); }

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

background-color css

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

 a { background-color: rgb(207,48,64); }

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

border-color css

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

 span { border-color: rgb(207,48,64); }

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