Html Css Color HEX #C02343 Cardinal

📋 copy color: '#C02343'

red 192 ◦ green 35 ◦ blue 67

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

Shades of Cardinal #C02343

Tints of Cardinal #C02343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 65.31%
G = 11.9%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C02343 (or 0xC02343) is known color: Cardinal. HEX triplet: C0, 23 and 43. RGB value is (192,35,67). Sum of RGB (Red+Green+Blue) = 192+35+67=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C02343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02343 is #3FDCBC. Grayscale: #555555. Windows color (decimal): -4185277 or 4400064. OLE color: 4400064.

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

Color convert

RGB 192 35 67 -
CMYK 0 0.82 0.65 0.25
HSL 347.77º 0.69% 0.45% -
HSV(B) 347.77º 0.82% 0.75% -
XYZ 23.35 12.81 6.55 -
YUV 85.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 192 35 67 0 0.82 0.65 0.25 347.77 0.69 0.45
Hex C0 23 43 0 52 41 19 15C 45 2D
Octal 300 43 103 0 122 101 31 534 105 55
Binary 11000000 100011 1000011 0 1010010 1000001 11001 101011100 1000101 101101

Color Harmonies of #C02343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02343

Black with #C02343

Text Example


Text Example

White with #C02343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02343; }

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

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

background-color css

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

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

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

border-color css

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

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

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