Html Css Color HEX #CA0047 Crimson

📋 copy color: '#CA0047'

red 202 ◦ green 0 ◦ blue 71

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

Shades of Crimson #CA0047

Tints of Crimson #CA0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 26.01%

R = 73.99%
G = 0%
B = 26.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA0047 (or 0xCA0047) is known color: Crimson. HEX triplet: CA, 00 and 47. RGB value is (202,0,71). Sum of RGB (Red+Green+Blue) = 202+0+71=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0047 is #35FFB8. Grayscale: #444444. Windows color (decimal): -3538873 or 4653258. OLE color: 4653258.

HSL color Cylindrical-coordinate representation of color #CA0047: hue angle of 338.91º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0047 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 71 -
CMYK 0 1 0.65 0.21
HSL 338.91º 1% 0.4% -
HSV(B) 338.91º 1% 0.79% -
XYZ 25.49 13.01 7.13 -
YUV 68.49 129.42 223.23 -
System Red Green Blue C M Y K H S L
Decimal 202 0 71 0 1 0.65 0.21 338.91 1 0.4
Hex CA 0 47 0 64 41 15 153 64 28
Octal 312 0 107 0 144 101 25 523 144 50
Binary 11001010 0 1000111 0 1100100 1000001 10101 101010011 1100100 101000

Color Harmonies of #CA0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0047

Black with #CA0047

Text Example


Text Example

White with #CA0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0047; }

 p { color: rgb(202,0,71); }

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

background-color css

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

 a { background-color: rgb(202,0,71); }

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

border-color css

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

 span { border-color: rgb(202,0,71); }

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