Html Css Color HEX #CA013A Crimson

📋 copy color: '#CA013A'

red 202 ◦ green 1 ◦ blue 58

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

Shades of Crimson #CA013A

Tints of Crimson #CA013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 77.39%
G = 0.38%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA013A (or 0xCA013A) is known color: Crimson. HEX triplet: CA, 01 and 3A. RGB value is (202,1,58). Sum of RGB (Red+Green+Blue) = 202+1+58=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA013A is #35FEC5. Grayscale: #434343. Windows color (decimal): -3538630 or 3801546. OLE color: 3801546.

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

Color convert

RGB 202 1 58 -
CMYK 0 1.00 0.71 0.21
HSL 342.99º 0.99% 0.4% -
HSV(B) 342.99º 1% 0.79% -
XYZ 25.13 12.88 5.17 -
YUV 67.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 202 1 58 0 1.00 0.71 0.21 342.99 0.99 0.4
Hex CA 1 3A 0 64 47 15 157 63 28
Octal 312 1 72 0 144 107 25 527 143 50
Binary 11001010 1 111010 0 1100100 1000111 10101 101010111 1100011 101000

Color Harmonies of #CA013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA013A

Black with #CA013A

Text Example


Text Example

White with #CA013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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