Html Css Color HEX #CA0544 Crimson

📋 copy color: '#CA0544'

red 202 ◦ green 5 ◦ blue 68

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

Shades of Crimson #CA0544

Tints of Crimson #CA0544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 73.45%
G = 1.82%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA0544 (or 0xCA0544) is known color: Crimson. HEX triplet: CA, 05 and 44. RGB value is (202,5,68). Sum of RGB (Red+Green+Blue) = 202+5+68=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0544 is #35FABB. Grayscale: #474747. Windows color (decimal): -3537596 or 4457930. OLE color: 4457930.

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

Color convert

RGB 202 5 68 -
CMYK 0 0.98 0.66 0.21
HSL 340.81º 0.95% 0.41% -
HSV(B) 340.81º 0.98% 0.79% -
XYZ 25.45 13.08 6.65 -
YUV 71.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 202 5 68 0 0.98 0.66 0.21 340.81 0.95 0.41
Hex CA 5 44 0 62 42 15 155 5F 29
Octal 312 5 104 0 142 102 25 525 137 51
Binary 11001010 101 1000100 0 1100010 1000010 10101 101010101 1011111 101001

Color Harmonies of #CA0544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0544

Black with #CA0544

Text Example


Text Example

White with #CA0544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0544; }

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

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

background-color css

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

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

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

border-color css

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

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

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