Html Css Color HEX #C02341 Cardinal

📋 copy color: '#C02341'

red 192 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #C02341

Tints of Cardinal #C02341

RGB

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

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

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

R = 65.75%
G = 11.99%
B = 22.26%

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

#C02341 (or 0xC02341) is known color: Cardinal. HEX triplet: C0, 23 and 41. RGB value is (192,35,65). Sum of RGB (Red+Green+Blue) = 192+35+65=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C02341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02341 is #3FDCBE. Grayscale: #555555. Windows color (decimal): -4185279 or 4268992. OLE color: 4268992.

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

Color convert

RGB 192 35 65 -
CMYK 0 0.82 0.66 0.25
HSL 348.54º 0.69% 0.45% -
HSV(B) 348.54º 0.82% 0.75% -
XYZ 23.29 12.79 6.24 -
YUV 85.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 192 35 65 0 0.82 0.66 0.25 348.54 0.69 0.45
Hex C0 23 41 0 52 42 19 15D 45 2D
Octal 300 43 101 0 122 102 31 535 105 55
Binary 11000000 100011 1000001 0 1010010 1000010 11001 101011101 1000101 101101

Color Harmonies of #C02341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02341

Black with #C02341

Text Example


Text Example

White with #C02341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02341; }

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

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

background-color css

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

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

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

border-color css

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

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

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