Html Css Color HEX #CA253D Cardinal

📋 copy color: '#CA253D'

red 202 ◦ green 37 ◦ blue 61

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

Shades of Cardinal #CA253D

Tints of Cardinal #CA253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 67.33%
G = 12.33%
B = 20.33%

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

#CA253D (or 0xCA253D) is known color: Cardinal. HEX triplet: CA, 25 and 3D. RGB value is (202,37,61). Sum of RGB (Red+Green+Blue) = 202+37+61=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA253D is #35DAC2. Grayscale: #595959. Windows color (decimal): -3529411 or 4007370. OLE color: 4007370.

HSL color Cylindrical-coordinate representation of color #CA253D: hue angle of 351.27º 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 #CA253D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 61 -
CMYK 0 0.82 0.70 0.21
HSL 351.27º 0.69% 0.47% -
HSV(B) 351.27º 0.82% 0.79% -
XYZ 25.86 14.22 5.8 -
YUV 89.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 202 37 61 0 0.82 0.70 0.21 351.27 0.69 0.47
Hex CA 25 3D 0 52 46 15 15F 45 2F
Octal 312 45 75 0 122 106 25 537 105 57
Binary 11001010 100101 111101 0 1010010 1000110 10101 101011111 1000101 101111

Color Harmonies of #CA253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA253D

Black with #CA253D

Text Example


Text Example

White with #CA253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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