Html Css Color HEX #C02741 Brick Red

📋 copy color: '#C02741'

red 192 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #C02741

Tints of Brick Red #C02741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 64.86%
G = 13.18%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02741 (or 0xC02741) is known color: Brick Red. HEX triplet: C0, 27 and 41. RGB value is (192,39,65). Sum of RGB (Red+Green+Blue) = 192+39+65=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C02741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02741 is #3FD8BE. Grayscale: #575757. Windows color (decimal): -4184255 or 4270016. OLE color: 4270016.

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

Color convert

RGB 192 39 65 -
CMYK 0 0.80 0.66 0.25
HSL 349.8º 0.66% 0.45% -
HSV(B) 349.8º 0.8% 0.75% -
XYZ 23.42 13.04 6.28 -
YUV 87.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 192 39 65 0 0.80 0.66 0.25 349.8 0.66 0.45
Hex C0 27 41 0 50 42 19 15E 42 2D
Octal 300 47 101 0 120 102 31 536 102 55
Binary 11000000 100111 1000001 0 1010000 1000010 11001 101011110 1000010 101101

Color Harmonies of #C02741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02741

Black with #C02741

Text Example


Text Example

White with #C02741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02741; }

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

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

background-color css

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

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

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

border-color css

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

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

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