Html Css Color HEX #C01A35 Cardinal

📋 copy color: '#C01A35'

red 192 ◦ green 26 ◦ blue 53

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

Shades of Cardinal #C01A35

Tints of Cardinal #C01A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

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

R = 70.85%
G = 9.59%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01A35 (or 0xC01A35) is known color: Cardinal. HEX triplet: C0, 1A and 35. RGB value is (192,26,53). Sum of RGB (Red+Green+Blue) = 192+26+53=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A35 is #3FE5CA. Grayscale: #4E4E4E. Windows color (decimal): -4187595 or 3480256. OLE color: 3480256.

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

Color convert

RGB 192 26 53 -
CMYK 0 0.86 0.72 0.25
HSL 350.24º 0.76% 0.43% -
HSV(B) 350.24º 0.86% 0.75% -
XYZ 22.75 12.2 4.52 -
YUV 78.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 192 26 53 0 0.86 0.72 0.25 350.24 0.76 0.43
Hex C0 1A 35 0 56 48 19 15E 4C 2B
Octal 300 32 65 0 126 110 31 536 114 53
Binary 11000000 11010 110101 0 1010110 1001000 11001 101011110 1001100 101011

Color Harmonies of #C01A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A35

Black with #C01A35

Text Example


Text Example

White with #C01A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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