Html Css Color HEX #CA0542 Crimson

📋 copy color: '#CA0542'

red 202 ◦ green 5 ◦ blue 66

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

Shades of Crimson #CA0542

Tints of Crimson #CA0542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 73.99%
G = 1.83%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA0542 (or 0xCA0542) is known color: Crimson. HEX triplet: CA, 05 and 42. RGB value is (202,5,66). Sum of RGB (Red+Green+Blue) = 202+5+66=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0542 is #35FABD. Grayscale: #464646. Windows color (decimal): -3537598 or 4326858. OLE color: 4326858.

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

Color convert

RGB 202 5 66 -
CMYK 0 0.98 0.67 0.21
HSL 341.42º 0.95% 0.41% -
HSV(B) 341.42º 0.98% 0.79% -
XYZ 25.39 13.06 6.34 -
YUV 70.86 125.27 221.54 -
System Red Green Blue C M Y K H S L
Decimal 202 5 66 0 0.98 0.67 0.21 341.42 0.95 0.41
Hex CA 5 42 0 62 43 15 155 5F 29
Octal 312 5 102 0 142 103 25 525 137 51
Binary 11001010 101 1000010 0 1100010 1000011 10101 101010101 1011111 101001

Color Harmonies of #CA0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0542

Black with #CA0542

Text Example


Text Example

White with #CA0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0542; }

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

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

background-color css

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

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

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

border-color css

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

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

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