Html Css Color HEX #CA0340 Crimson

📋 copy color: '#CA0340'

red 202 ◦ green 3 ◦ blue 64

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

Shades of Crimson #CA0340

Tints of Crimson #CA0340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 75.09%
G = 1.12%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA0340 (or 0xCA0340) is known color: Crimson. HEX triplet: CA, 03 and 40. RGB value is (202,3,64). Sum of RGB (Red+Green+Blue) = 202+3+64=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0340 is #35FCBF. Grayscale: #454545. Windows color (decimal): -3538112 or 4195274. OLE color: 4195274.

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

Color convert

RGB 202 3 64 -
CMYK 0 0.99 0.68 0.21
HSL 341.61º 0.97% 0.4% -
HSV(B) 341.61º 0.99% 0.79% -
XYZ 25.32 12.99 6.02 -
YUV 69.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 202 3 64 0 0.99 0.68 0.21 341.61 0.97 0.4
Hex CA 3 40 0 63 44 15 156 61 28
Octal 312 3 100 0 143 104 25 526 141 50
Binary 11001010 11 1000000 0 1100011 1000100 10101 101010110 1100001 101000

Color Harmonies of #CA0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0340

Black with #CA0340

Text Example


Text Example

White with #CA0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0340; }

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

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

background-color css

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

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

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

border-color css

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

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

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