Html Css Color HEX #C02331 Cardinal

📋 copy color: '#C02331'

red 192 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #C02331

Tints of Cardinal #C02331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 69.57%
G = 12.68%
B = 17.75%

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

#C02331 (or 0xC02331) is known color: Cardinal. HEX triplet: C0, 23 and 31. RGB value is (192,35,49). Sum of RGB (Red+Green+Blue) = 192+35+49=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C02331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02331 is #3FDCCE. Grayscale: #535353. Windows color (decimal): -4185295 or 3220416. OLE color: 3220416.

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

Color convert

RGB 192 35 49 -
CMYK 0 0.82 0.74 0.25
HSL 354.65º 0.69% 0.45% -
HSV(B) 354.65º 0.82% 0.75% -
XYZ 22.89 12.63 4.14 -
YUV 83.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 192 35 49 0 0.82 0.74 0.25 354.65 0.69 0.45
Hex C0 23 31 0 52 4A 19 163 45 2D
Octal 300 43 61 0 122 112 31 543 105 55
Binary 11000000 100011 110001 0 1010010 1001010 11001 101100011 1000101 101101

Color Harmonies of #C02331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02331

Black with #C02331

Text Example


Text Example

White with #C02331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02331; }

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

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

background-color css

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

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

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

border-color css

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

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

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