Html Css Color HEX #C02342 Cardinal

📋 copy color: '#C02342'

red 192 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #C02342

Tints of Cardinal #C02342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 65.53%
G = 11.95%
B = 22.53%

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

#C02342 (or 0xC02342) is known color: Cardinal. HEX triplet: C0, 23 and 42. RGB value is (192,35,66). Sum of RGB (Red+Green+Blue) = 192+35+66=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C02342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02342 is #3FDCBD. Grayscale: #555555. Windows color (decimal): -4185278 or 4334528. OLE color: 4334528.

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

Color convert

RGB 192 35 66 -
CMYK 0 0.82 0.66 0.25
HSL 348.15º 0.69% 0.45% -
HSV(B) 348.15º 0.82% 0.75% -
XYZ 23.32 12.8 6.4 -
YUV 85.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 192 35 66 0 0.82 0.66 0.25 348.15 0.69 0.45
Hex C0 23 42 0 52 42 19 15C 45 2D
Octal 300 43 102 0 122 102 31 534 105 55
Binary 11000000 100011 1000010 0 1010010 1000010 11001 101011100 1000101 101101

Color Harmonies of #C02342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02342

Black with #C02342

Text Example


Text Example

White with #C02342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02342; }

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

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

background-color css

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

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

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

border-color css

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

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

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