Html Css Color HEX #CA0532 Crimson

📋 copy color: '#CA0532'

red 202 ◦ green 5 ◦ blue 50

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

Shades of Crimson #CA0532

Tints of Crimson #CA0532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 78.6%
G = 1.95%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA0532 (or 0xCA0532) is known color: Crimson. HEX triplet: CA, 05 and 32. RGB value is (202,5,50). Sum of RGB (Red+Green+Blue) = 202+5+50=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0532 is #35FACD. Grayscale: #454545. Windows color (decimal): -3537614 or 3278282. OLE color: 3278282.

HSL color Cylindrical-coordinate representation of color #CA0532: hue angle of 346.29º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0532 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 50 -
CMYK 0 0.98 0.75 0.21
HSL 346.29º 0.95% 0.41% -
HSV(B) 346.29º 0.98% 0.79% -
XYZ 24.99 12.9 4.19 -
YUV 69.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 202 5 50 0 0.98 0.75 0.21 346.29 0.95 0.41
Hex CA 5 32 0 62 4B 15 15A 5F 29
Octal 312 5 62 0 142 113 25 532 137 51
Binary 11001010 101 110010 0 1100010 1001011 10101 101011010 1011111 101001

Color Harmonies of #CA0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0532

Black with #CA0532

Text Example


Text Example

White with #CA0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0532; }

 p { color: rgb(202,5,50); }

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

background-color css

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

 a { background-color: rgb(202,5,50); }

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

border-color css

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

 span { border-color: rgb(202,5,50); }

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