Html Css Color HEX #CA1035 Cardinal

📋 copy color: '#CA1035'

red 202 ◦ green 16 ◦ blue 53

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

Shades of Cardinal #CA1035

Tints of Cardinal #CA1035

RGB

 RED value IS 202 (79.3% from 255) = 74.54%

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 74.54%
G = 5.9%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA1035 (or 0xCA1035) is known color: Cardinal. HEX triplet: CA, 10 and 35. RGB value is (202,16,53). Sum of RGB (Red+Green+Blue) = 202+16+53=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1035 is #35EFCA. Grayscale: #4B4B4B. Windows color (decimal): -3534795 or 3477706. OLE color: 3477706.

HSL color Cylindrical-coordinate representation of color #CA1035: hue angle of 348.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1035 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 53 -
CMYK 0 0.92 0.74 0.21
HSL 348.06º 0.85% 0.43% -
HSV(B) 348.06º 0.92% 0.79% -
XYZ 25.19 13.18 4.59 -
YUV 75.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 202 16 53 0 0.92 0.74 0.21 348.06 0.85 0.43
Hex CA 10 35 0 5C 4A 15 15C 55 2B
Octal 312 20 65 0 134 112 25 534 125 53
Binary 11001010 10000 110101 0 1011100 1001010 10101 101011100 1010101 101011

Color Harmonies of #CA1035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1035

Black with #CA1035

Text Example


Text Example

White with #CA1035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1035; }

 p { color: rgb(202,16,53); }

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

background-color css

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

 a { background-color: rgb(202,16,53); }

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

border-color css

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

 span { border-color: rgb(202,16,53); }

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