Html Css Color HEX #C02231 Cardinal

📋 copy color: '#C02231'

red 192 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #C02231

Tints of Cardinal #C02231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 69.82%
G = 12.36%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02231 (or 0xC02231) is known color: Cardinal. HEX triplet: C0, 22 and 31. RGB value is (192,34,49). Sum of RGB (Red+Green+Blue) = 192+34+49=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C02231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02231 is #3FDDCE. Grayscale: #535353. Windows color (decimal): -4185551 or 3220160. OLE color: 3220160.

HSL color Cylindrical-coordinate representation of color #C02231: hue angle of 354.3º 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 #C02231 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 49 -
CMYK 0 0.82 0.74 0.25
HSL 354.3º 0.7% 0.44% -
HSV(B) 354.3º 0.82% 0.75% -
XYZ 22.86 12.57 4.13 -
YUV 82.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 192 34 49 0 0.82 0.74 0.25 354.3 0.7 0.44
Hex C0 22 31 0 52 4A 19 162 46 2C
Octal 300 42 61 0 122 112 31 542 106 54
Binary 11000000 100010 110001 0 1010010 1001010 11001 101100010 1000110 101100

Color Harmonies of #C02231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02231

Black with #C02231

Text Example


Text Example

White with #C02231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02231; }

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

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

background-color css

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

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

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

border-color css

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

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

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