Html Css Color HEX #C01935 Cardinal

📋 copy color: '#C01935'

red 192 ◦ green 25 ◦ blue 53

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

Shades of Cardinal #C01935

Tints of Cardinal #C01935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 71.11%
G = 9.26%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01935 (or 0xC01935) is known color: Cardinal. HEX triplet: C0, 19 and 35. RGB value is (192,25,53). Sum of RGB (Red+Green+Blue) = 192+25+53=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C01935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01935 is #3FE6CA. Grayscale: #4E4E4E. Windows color (decimal): -4187851 or 3480000. OLE color: 3480000.

HSL color Cylindrical-coordinate representation of color #C01935: hue angle of 349.94º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01935 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 53 -
CMYK 0 0.87 0.72 0.25
HSL 349.94º 0.77% 0.43% -
HSV(B) 349.94º 0.87% 0.75% -
XYZ 22.73 12.16 4.52 -
YUV 78.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 192 25 53 0 0.87 0.72 0.25 349.94 0.77 0.43
Hex C0 19 35 0 57 48 19 15E 4D 2B
Octal 300 31 65 0 127 110 31 536 115 53
Binary 11000000 11001 110101 0 1010111 1001000 11001 101011110 1001101 101011

Color Harmonies of #C01935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01935

Black with #C01935

Text Example


Text Example

White with #C01935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01935; }

 p { color: rgb(192,25,53); }

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

background-color css

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

 a { background-color: rgb(192,25,53); }

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

border-color css

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

 span { border-color: rgb(192,25,53); }

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