Html Css Color HEX #C02243 Cardinal

📋 copy color: '#C02243'

red 192 ◦ green 34 ◦ blue 67

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

Shades of Cardinal #C02243

Tints of Cardinal #C02243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 65.53%
G = 11.6%
B = 22.87%

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

#C02243 (or 0xC02243) is known color: Cardinal. HEX triplet: C0, 22 and 43. RGB value is (192,34,67). Sum of RGB (Red+Green+Blue) = 192+34+67=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C02243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02243 is #3FDDBC. Grayscale: #555555. Windows color (decimal): -4185533 or 4399808. OLE color: 4399808.

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

Color convert

RGB 192 34 67 -
CMYK 0 0.82 0.65 0.25
HSL 347.47º 0.7% 0.44% -
HSV(B) 347.47º 0.82% 0.75% -
XYZ 23.32 12.76 6.54 -
YUV 85 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 192 34 67 0 0.82 0.65 0.25 347.47 0.7 0.44
Hex C0 22 43 0 52 41 19 15B 46 2C
Octal 300 42 103 0 122 101 31 533 106 54
Binary 11000000 100010 1000011 0 1010010 1000001 11001 101011011 1000110 101100

Color Harmonies of #C02243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02243

Black with #C02243

Text Example


Text Example

White with #C02243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02243; }

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

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

background-color css

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

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

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

border-color css

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

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

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