Html Css Color HEX #CA0541 Crimson

📋 copy color: '#CA0541'

red 202 ◦ green 5 ◦ blue 65

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

Shades of Crimson #CA0541

Tints of Crimson #CA0541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 74.26%
G = 1.84%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA0541 (or 0xCA0541) is known color: Crimson. HEX triplet: CA, 05 and 41. RGB value is (202,5,65). Sum of RGB (Red+Green+Blue) = 202+5+65=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0541 is #35FABE. Grayscale: #464646. Windows color (decimal): -3537599 or 4261322. OLE color: 4261322.

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

Color convert

RGB 202 5 65 -
CMYK 0 0.98 0.68 0.21
HSL 341.73º 0.95% 0.41% -
HSV(B) 341.73º 0.98% 0.79% -
XYZ 25.37 13.05 6.18 -
YUV 70.74 124.77 221.62 -
System Red Green Blue C M Y K H S L
Decimal 202 5 65 0 0.98 0.68 0.21 341.73 0.95 0.41
Hex CA 5 41 0 62 44 15 156 5F 29
Octal 312 5 101 0 142 104 25 526 137 51
Binary 11001010 101 1000001 0 1100010 1000100 10101 101010110 1011111 101001

Color Harmonies of #CA0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0541

Black with #CA0541

Text Example


Text Example

White with #CA0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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