Html Css Color HEX #CA0039 Crimson

📋 copy color: '#CA0039'

red 202 ◦ green 0 ◦ blue 57

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

Shades of Crimson #CA0039

Tints of Crimson #CA0039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 77.99%
G = 0%
B = 22.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA0039 (or 0xCA0039) is known color: Crimson. HEX triplet: CA, 00 and 39. RGB value is (202,0,57). Sum of RGB (Red+Green+Blue) = 202+0+57=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0039 is #35FFC6. Grayscale: #424242. Windows color (decimal): -3538887 or 3735754. OLE color: 3735754.

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

Color convert

RGB 202 0 57 -
CMYK 0 1 0.72 0.21
HSL 343.07º 1% 0.4% -
HSV(B) 343.07º 1% 0.79% -
XYZ 25.1 12.85 5.03 -
YUV 66.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 202 0 57 0 1 0.72 0.21 343.07 1 0.4
Hex CA 0 39 0 64 48 15 157 64 28
Octal 312 0 71 0 144 110 25 527 144 50
Binary 11001010 0 111001 0 1100100 1001000 10101 101010111 1100100 101000

Color Harmonies of #CA0039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0039

Black with #CA0039

Text Example


Text Example

White with #CA0039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0039; }

 p { color: rgb(202,0,57); }

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

background-color css

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

 a { background-color: rgb(202,0,57); }

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

border-color css

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

 span { border-color: rgb(202,0,57); }

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