Html Css Color HEX #CA1235 Cardinal

📋 copy color: '#CA1235'

red 202 ◦ green 18 ◦ blue 53

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

Shades of Cardinal #CA1235

Tints of Cardinal #CA1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 73.99%
G = 6.59%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA1235 (or 0xCA1235) is known color: Cardinal. HEX triplet: CA, 12 and 35. RGB value is (202,18,53). Sum of RGB (Red+Green+Blue) = 202+18+53=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1235 is #35EDCA. Grayscale: #4D4D4D. Windows color (decimal): -3534283 or 3478218. OLE color: 3478218.

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

Color convert

RGB 202 18 53 -
CMYK 0 0.91 0.74 0.21
HSL 348.59º 0.84% 0.43% -
HSV(B) 348.59º 0.91% 0.79% -
XYZ 25.22 13.25 4.6 -
YUV 77.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 202 18 53 0 0.91 0.74 0.21 348.59 0.84 0.43
Hex CA 12 35 0 5B 4A 15 15D 54 2B
Octal 312 22 65 0 133 112 25 535 124 53
Binary 11001010 10010 110101 0 1011011 1001010 10101 101011101 1010100 101011

Color Harmonies of #CA1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1235

Black with #CA1235

Text Example


Text Example

White with #CA1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1235; }

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

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

background-color css

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

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

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

border-color css

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

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

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