Html Css Color HEX #C0243E Cardinal

📋 copy color: '#C0243E'

red 192 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #C0243E

Tints of Cardinal #C0243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 66.21%
G = 12.41%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0243E (or 0xC0243E) is known color: Cardinal. HEX triplet: C0, 24 and 3E. RGB value is (192,36,62). Sum of RGB (Red+Green+Blue) = 192+36+62=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0243E is #3FDBC1. Grayscale: #555555. Windows color (decimal): -4185026 or 4072640. OLE color: 4072640.

HSL color Cylindrical-coordinate representation of color #C0243E: hue angle of 350º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0243E is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 62 -
CMYK 0 0.81 0.68 0.25
HSL 350º 0.68% 0.45% -
HSV(B) 350º 0.81% 0.75% -
XYZ 23.24 12.82 5.81 -
YUV 85.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 192 36 62 0 0.81 0.68 0.25 350 0.68 0.45
Hex C0 24 3E 0 51 44 19 15E 44 2D
Octal 300 44 76 0 121 104 31 536 104 55
Binary 11000000 100100 111110 0 1010001 1000100 11001 101011110 1000100 101101

Color Harmonies of #C0243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0243E

Black with #C0243E

Text Example


Text Example

White with #C0243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0243E; }

 p { color: rgb(192,36,62); }

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

background-color css

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

 a { background-color: rgb(192,36,62); }

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

border-color css

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

 span { border-color: rgb(192,36,62); }

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