Html Css Color HEX #CA013D Crimson

📋 copy color: '#CA013D'

red 202 ◦ green 1 ◦ blue 61

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

Shades of Crimson #CA013D

Tints of Crimson #CA013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 76.52%
G = 0.38%
B = 23.11%

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

#CA013D (or 0xCA013D) is known color: Crimson. HEX triplet: CA, 01 and 3D. RGB value is (202,1,61). Sum of RGB (Red+Green+Blue) = 202+1+61=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA013D is #35FEC2. Grayscale: #434343. Windows color (decimal): -3538627 or 3998154. OLE color: 3998154.

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

Color convert

RGB 202 1 61 -
CMYK 0 1.00 0.70 0.21
HSL 342.09º 0.99% 0.4% -
HSV(B) 342.09º 1% 0.79% -
XYZ 25.21 12.92 5.58 -
YUV 67.94 124.09 223.62 -
System Red Green Blue C M Y K H S L
Decimal 202 1 61 0 1.00 0.70 0.21 342.09 0.99 0.4
Hex CA 1 3D 0 64 46 15 156 63 28
Octal 312 1 75 0 144 106 25 526 143 50
Binary 11001010 1 111101 0 1100100 1000110 10101 101010110 1100011 101000

Color Harmonies of #CA013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA013D

Black with #CA013D

Text Example


Text Example

White with #CA013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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