Html Css Color HEX #CA253C Cardinal

📋 copy color: '#CA253C'

red 202 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #CA253C

Tints of Cardinal #CA253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 67.56%
G = 12.37%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA253C (or 0xCA253C) is known color: Cardinal. HEX triplet: CA, 25 and 3C. RGB value is (202,37,60). Sum of RGB (Red+Green+Blue) = 202+37+60=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA253C is #35DAC3. Grayscale: #595959. Windows color (decimal): -3529412 or 3941834. OLE color: 3941834.

HSL color Cylindrical-coordinate representation of color #CA253C: hue angle of 351.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA253C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 60 -
CMYK 0 0.82 0.70 0.21
HSL 351.64º 0.69% 0.47% -
HSV(B) 351.64º 0.82% 0.79% -
XYZ 25.83 14.21 5.66 -
YUV 88.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 202 37 60 0 0.82 0.70 0.21 351.64 0.69 0.47
Hex CA 25 3C 0 52 46 15 160 45 2F
Octal 312 45 74 0 122 106 25 540 105 57
Binary 11001010 100101 111100 0 1010010 1000110 10101 101100000 1000101 101111

Color Harmonies of #CA253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA253C

Black with #CA253C

Text Example


Text Example

White with #CA253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA253C; }

 p { color: rgb(202,37,60); }

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

background-color css

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

 a { background-color: rgb(202,37,60); }

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

border-color css

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

 span { border-color: rgb(202,37,60); }

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