Html Css Color HEX #CA0145 Crimson

📋 copy color: '#CA0145'

red 202 ◦ green 1 ◦ blue 69

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

Shades of Crimson #CA0145

Tints of Crimson #CA0145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 74.26%
G = 0.37%
B = 25.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA0145 (or 0xCA0145) is known color: Crimson. HEX triplet: CA, 01 and 45. RGB value is (202,1,69). Sum of RGB (Red+Green+Blue) = 202+1+69=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0145 is #35FEBA. Grayscale: #444444. Windows color (decimal): -3538619 or 4522442. OLE color: 4522442.

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

Color convert

RGB 202 1 69 -
CMYK 0 1.00 0.66 0.21
HSL 339.7º 0.99% 0.4% -
HSV(B) 339.7º 1% 0.79% -
XYZ 25.44 13.01 6.8 -
YUV 68.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 202 1 69 0 1.00 0.66 0.21 339.7 0.99 0.4
Hex CA 1 45 0 64 42 15 154 63 28
Octal 312 1 105 0 144 102 25 524 143 50
Binary 11001010 1 1000101 0 1100100 1000010 10101 101010100 1100011 101000

Color Harmonies of #CA0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0145

Black with #CA0145

Text Example


Text Example

White with #CA0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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