Html Css Color HEX #CA2634 Cardinal

📋 copy color: '#CA2634'

red 202 ◦ green 38 ◦ blue 52

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

Shades of Cardinal #CA2634

Tints of Cardinal #CA2634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 69.18%
G = 13.01%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA2634 (or 0xCA2634) is known color: Cardinal. HEX triplet: CA, 26 and 34. RGB value is (202,38,52). Sum of RGB (Red+Green+Blue) = 202+38+52=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2634 is #35D9CB. Grayscale: #585858. Windows color (decimal): -3529164 or 3417802. OLE color: 3417802.

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

Color convert

RGB 202 38 52 -
CMYK 0 0.81 0.74 0.21
HSL 354.88º 0.68% 0.47% -
HSV(B) 354.88º 0.81% 0.79% -
XYZ 25.67 14.19 4.63 -
YUV 88.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 202 38 52 0 0.81 0.74 0.21 354.88 0.68 0.47
Hex CA 26 34 0 51 4A 15 163 44 2F
Octal 312 46 64 0 121 112 25 543 104 57
Binary 11001010 100110 110100 0 1010001 1001010 10101 101100011 1000100 101111

Color Harmonies of #CA2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2634

Black with #CA2634

Text Example


Text Example

White with #CA2634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2634; }

 p { color: rgb(202,38,52); }

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

background-color css

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

 a { background-color: rgb(202,38,52); }

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

border-color css

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

 span { border-color: rgb(202,38,52); }

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