Html Css Color HEX #C02138 Cardinal

📋 copy color: '#C02138'

red 192 ◦ green 33 ◦ blue 56

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

Shades of Cardinal #C02138

Tints of Cardinal #C02138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 68.33%
G = 11.74%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C02138 (or 0xC02138) is known color: Cardinal. HEX triplet: C0, 21 and 38. RGB value is (192,33,56). Sum of RGB (Red+Green+Blue) = 192+33+56=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02138 is #3FDEC7. Grayscale: #535353. Windows color (decimal): -4185800 or 3678656. OLE color: 3678656.

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

Color convert

RGB 192 33 56 -
CMYK 0 0.83 0.71 0.25
HSL 351.32º 0.71% 0.44% -
HSV(B) 351.32º 0.83% 0.75% -
XYZ 23 12.58 4.96 -
YUV 83.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 192 33 56 0 0.83 0.71 0.25 351.32 0.71 0.44
Hex C0 21 38 0 53 47 19 15F 47 2C
Octal 300 41 70 0 123 107 31 537 107 54
Binary 11000000 100001 111000 0 1010011 1000111 11001 101011111 1000111 101100

Color Harmonies of #C02138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02138

Black with #C02138

Text Example


Text Example

White with #C02138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02138; }

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

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

background-color css

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

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

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

border-color css

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

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

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