Html Css Color HEX #C01638 Cardinal

📋 copy color: '#C01638'

red 192 ◦ green 22 ◦ blue 56

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

Shades of Cardinal #C01638

Tints of Cardinal #C01638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 71.11%
G = 8.15%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C01638 (or 0xC01638) is known color: Cardinal. HEX triplet: C0, 16 and 38. RGB value is (192,22,56). Sum of RGB (Red+Green+Blue) = 192+22+56=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C01638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01638 is #3FE9C7. Grayscale: #4C4C4C. Windows color (decimal): -4188616 or 3675840. OLE color: 3675840.

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

Color convert

RGB 192 22 56 -
CMYK 0 0.89 0.71 0.25
HSL 348º 0.79% 0.42% -
HSV(B) 348º 0.89% 0.75% -
XYZ 22.74 12.07 4.87 -
YUV 76.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 192 22 56 0 0.89 0.71 0.25 348 0.79 0.42
Hex C0 16 38 0 59 47 19 15C 4F 2A
Octal 300 26 70 0 131 107 31 534 117 52
Binary 11000000 10110 111000 0 1011001 1000111 11001 101011100 1001111 101010

Color Harmonies of #C01638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01638

Black with #C01638

Text Example


Text Example

White with #C01638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01638; }

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

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

background-color css

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

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

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

border-color css

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

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

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