Html Css Color HEX #C01838 Cardinal

📋 copy color: '#C01838'

red 192 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #C01838

Tints of Cardinal #C01838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 70.59%
G = 8.82%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C01838 (or 0xC01838) is known color: Cardinal. HEX triplet: C0, 18 and 38. RGB value is (192,24,56). Sum of RGB (Red+Green+Blue) = 192+24+56=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C01838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01838 is #3FE7C7. Grayscale: #4D4D4D. Windows color (decimal): -4188104 or 3676352. OLE color: 3676352.

HSL color Cylindrical-coordinate representation of color #C01838: hue angle of 348.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01838 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 56 -
CMYK 0 0.88 0.71 0.25
HSL 348.57º 0.78% 0.42% -
HSV(B) 348.57º 0.88% 0.75% -
XYZ 22.78 12.15 4.89 -
YUV 77.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 192 24 56 0 0.88 0.71 0.25 348.57 0.78 0.42
Hex C0 18 38 0 58 47 19 15D 4E 2A
Octal 300 30 70 0 130 107 31 535 116 52
Binary 11000000 11000 111000 0 1011000 1000111 11001 101011101 1001110 101010

Color Harmonies of #C01838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01838

Black with #C01838

Text Example


Text Example

White with #C01838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01838; }

 p { color: rgb(192,24,56); }

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

background-color css

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

 a { background-color: rgb(192,24,56); }

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

border-color css

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

 span { border-color: rgb(192,24,56); }

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