Html Css Color HEX #C0242D Cardinal

📋 copy color: '#C0242D'

red 192 ◦ green 36 ◦ blue 45

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

Shades of Cardinal #C0242D

Tints of Cardinal #C0242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 70.33%
G = 13.19%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0242D (or 0xC0242D) is known color: Cardinal. HEX triplet: C0, 24 and 2D. RGB value is (192,36,45). Sum of RGB (Red+Green+Blue) = 192+36+45=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0242D is #3FDBD2. Grayscale: #535353. Windows color (decimal): -4185043 or 2958528. OLE color: 2958528.

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

Color convert

RGB 192 36 45 -
CMYK 0 0.81 0.77 0.25
HSL 356.54º 0.68% 0.45% -
HSV(B) 356.54º 0.81% 0.75% -
XYZ 22.84 12.66 3.72 -
YUV 83.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 192 36 45 0 0.81 0.77 0.25 356.54 0.68 0.45
Hex C0 24 2D 0 51 4D 19 165 44 2D
Octal 300 44 55 0 121 115 31 545 104 55
Binary 11000000 100100 101101 0 1010001 1001101 11001 101100101 1000100 101101

Color Harmonies of #C0242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0242D

Black with #C0242D

Text Example


Text Example

White with #C0242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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