Html Css Color HEX #C02241 Cardinal

📋 copy color: '#C02241'

red 192 ◦ green 34 ◦ blue 65

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

Shades of Cardinal #C02241

Tints of Cardinal #C02241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

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

R = 65.98%
G = 11.68%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02241 (or 0xC02241) is known color: Cardinal. HEX triplet: C0, 22 and 41. RGB value is (192,34,65). Sum of RGB (Red+Green+Blue) = 192+34+65=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C02241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02241 is #3FDDBE. Grayscale: #545454. Windows color (decimal): -4185535 or 4268736. OLE color: 4268736.

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

Color convert

RGB 192 34 65 -
CMYK 0 0.82 0.66 0.25
HSL 348.23º 0.7% 0.44% -
HSV(B) 348.23º 0.82% 0.75% -
XYZ 23.26 12.73 6.23 -
YUV 84.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 192 34 65 0 0.82 0.66 0.25 348.23 0.7 0.44
Hex C0 22 41 0 52 42 19 15C 46 2C
Octal 300 42 101 0 122 102 31 534 106 54
Binary 11000000 100010 1000001 0 1010010 1000010 11001 101011100 1000110 101100

Color Harmonies of #C02241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02241

Black with #C02241

Text Example


Text Example

White with #C02241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02241; }

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

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

background-color css

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

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

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

border-color css

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

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

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