Html Css Color HEX #C02E41 Brick Red

📋 copy color: '#C02E41'

red 192 ◦ green 46 ◦ blue 65

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

Shades of Brick Red #C02E41

Tints of Brick Red #C02E41

RGB

 RED value IS 192 (75.39% from 255) = 63.37%

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 63.37%
G = 15.18%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02E41 (or 0xC02E41) is known color: Brick Red. HEX triplet: C0, 2E and 41. RGB value is (192,46,65). Sum of RGB (Red+Green+Blue) = 192+46+65=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E41 is #3FD1BE. Grayscale: #5B5B5B. Windows color (decimal): -4182463 or 4271808. OLE color: 4271808.

HSL color Cylindrical-coordinate representation of color #C02E41: hue angle of 352.19º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E41 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 65 -
CMYK 0 0.76 0.66 0.25
HSL 352.19º 0.61% 0.47% -
HSV(B) 352.19º 0.76% 0.75% -
XYZ 23.67 13.54 6.37 -
YUV 91.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 192 46 65 0 0.76 0.66 0.25 352.19 0.61 0.47
Hex C0 2E 41 0 4C 42 19 160 3D 2F
Octal 300 56 101 0 114 102 31 540 75 57
Binary 11000000 101110 1000001 0 1001100 1000010 11001 101100000 111101 101111

Color Harmonies of #C02E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E41

Black with #C02E41

Text Example


Text Example

White with #C02E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E41; }

 p { color: rgb(192,46,65); }

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

background-color css

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

 a { background-color: rgb(192,46,65); }

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

border-color css

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

 span { border-color: rgb(192,46,65); }

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