Html Css Color HEX #C01435 Cardinal

📋 copy color: '#C01435'

red 192 ◦ green 20 ◦ blue 53

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

Shades of Cardinal #C01435

Tints of Cardinal #C01435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 72.45%
G = 7.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01435 (or 0xC01435) is known color: Cardinal. HEX triplet: C0, 14 and 35. RGB value is (192,20,53). Sum of RGB (Red+Green+Blue) = 192+20+53=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01435 is #3FEBCA. Grayscale: #4B4B4B. Windows color (decimal): -4189131 or 3478720. OLE color: 3478720.

HSL color Cylindrical-coordinate representation of color #C01435: hue angle of 348.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01435 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 53 -
CMYK 0 0.90 0.72 0.25
HSL 348.49º 0.81% 0.42% -
HSV(B) 348.49º 0.9% 0.75% -
XYZ 22.63 11.96 4.48 -
YUV 75.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 192 20 53 0 0.90 0.72 0.25 348.49 0.81 0.42
Hex C0 14 35 0 5A 48 19 15C 51 2A
Octal 300 24 65 0 132 110 31 534 121 52
Binary 11000000 10100 110101 0 1011010 1001000 11001 101011100 1010001 101010

Color Harmonies of #C01435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01435

Black with #C01435

Text Example


Text Example

White with #C01435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01435; }

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

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

background-color css

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

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

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

border-color css

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

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

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