Html Css Color HEX #CA0347 Crimson

📋 copy color: '#CA0347'

red 202 ◦ green 3 ◦ blue 71

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

Shades of Crimson #CA0347

Tints of Crimson #CA0347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 73.19%
G = 1.09%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA0347 (or 0xCA0347) is known color: Crimson. HEX triplet: CA, 03 and 47. RGB value is (202,3,71). Sum of RGB (Red+Green+Blue) = 202+3+71=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0347 is #35FCB8. Grayscale: #464646. Windows color (decimal): -3538105 or 4654026. OLE color: 4654026.

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

Color convert

RGB 202 3 71 -
CMYK 0 0.99 0.65 0.21
HSL 339.5º 0.97% 0.4% -
HSV(B) 339.5º 0.99% 0.79% -
XYZ 25.53 13.08 7.14 -
YUV 70.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 202 3 71 0 0.99 0.65 0.21 339.5 0.97 0.4
Hex CA 3 47 0 63 41 15 153 61 28
Octal 312 3 107 0 143 101 25 523 141 50
Binary 11001010 11 1000111 0 1100011 1000001 10101 101010011 1100001 101000

Color Harmonies of #CA0347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0347

Black with #CA0347

Text Example


Text Example

White with #CA0347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0347; }

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

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

background-color css

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

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

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

border-color css

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

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

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