Html Css Color HEX #C02340 Cardinal

📋 copy color: '#C02340'

red 192 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #C02340

Tints of Cardinal #C02340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 65.98%
G = 12.03%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C02340 (or 0xC02340) is known color: Cardinal. HEX triplet: C0, 23 and 40. RGB value is (192,35,64). Sum of RGB (Red+Green+Blue) = 192+35+64=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C02340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02340 is #3FDCBF. Grayscale: #555555. Windows color (decimal): -4185280 or 4203456. OLE color: 4203456.

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

Color convert

RGB 192 35 64 -
CMYK 0 0.82 0.67 0.25
HSL 348.92º 0.69% 0.45% -
HSV(B) 348.92º 0.82% 0.75% -
XYZ 23.26 12.78 6.09 -
YUV 85.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 192 35 64 0 0.82 0.67 0.25 348.92 0.69 0.45
Hex C0 23 40 0 52 43 19 15D 45 2D
Octal 300 43 100 0 122 103 31 535 105 55
Binary 11000000 100011 1000000 0 1010010 1000011 11001 101011101 1000101 101101

Color Harmonies of #C02340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02340

Black with #C02340

Text Example


Text Example

White with #C02340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02340; }

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

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

background-color css

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

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

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

border-color css

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

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

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