Html Css Color HEX #CA013C Crimson

📋 copy color: '#CA013C'

red 202 ◦ green 1 ◦ blue 60

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

Shades of Crimson #CA013C

Tints of Crimson #CA013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 76.81%
G = 0.38%
B = 22.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA013C (or 0xCA013C) is known color: Crimson. HEX triplet: CA, 01 and 3C. RGB value is (202,1,60). Sum of RGB (Red+Green+Blue) = 202+1+60=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA013C is #35FEC3. Grayscale: #434343. Windows color (decimal): -3538628 or 3932618. OLE color: 3932618.

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

Color convert

RGB 202 1 60 -
CMYK 0 1.00 0.70 0.21
HSL 342.39º 0.99% 0.4% -
HSV(B) 342.39º 1% 0.79% -
XYZ 25.18 12.9 5.44 -
YUV 67.83 123.59 223.7 -
System Red Green Blue C M Y K H S L
Decimal 202 1 60 0 1.00 0.70 0.21 342.39 0.99 0.4
Hex CA 1 3C 0 64 46 15 156 63 28
Octal 312 1 74 0 144 106 25 526 143 50
Binary 11001010 1 111100 0 1100100 1000110 10101 101010110 1100011 101000

Color Harmonies of #CA013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA013C

Black with #CA013C

Text Example


Text Example

White with #CA013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA013C; }

 p { color: rgb(202,1,60); }

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

background-color css

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

 a { background-color: rgb(202,1,60); }

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

border-color css

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

 span { border-color: rgb(202,1,60); }

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