Html Css Color HEX #C01335 Cardinal

📋 copy color: '#C01335'

red 192 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #C01335

Tints of Cardinal #C01335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 72.73%
G = 7.2%
B = 20.08%

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

#C01335 (or 0xC01335) is known color: Cardinal. HEX triplet: C0, 13 and 35. RGB value is (192,19,53). Sum of RGB (Red+Green+Blue) = 192+19+53=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C01335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01335 is #3FECCA. Grayscale: #4A4A4A. Windows color (decimal): -4189387 or 3478464. OLE color: 3478464.

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

Color convert

RGB 192 19 53 -
CMYK 0 0.90 0.72 0.25
HSL 348.21º 0.82% 0.41% -
HSV(B) 348.21º 0.9% 0.75% -
XYZ 22.61 11.93 4.48 -
YUV 74.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 192 19 53 0 0.90 0.72 0.25 348.21 0.82 0.41
Hex C0 13 35 0 5A 48 19 15C 52 29
Octal 300 23 65 0 132 110 31 534 122 51
Binary 11000000 10011 110101 0 1011010 1001000 11001 101011100 1010010 101001

Color Harmonies of #C01335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01335

Black with #C01335

Text Example


Text Example

White with #C01335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01335; }

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

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

background-color css

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

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

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

border-color css

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

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

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