Html Css Color HEX #CA0239 Crimson

📋 copy color: '#CA0239'

red 202 ◦ green 2 ◦ blue 57

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

Shades of Crimson #CA0239

Tints of Crimson #CA0239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 77.39%
G = 0.77%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA0239 (or 0xCA0239) is known color: Crimson. HEX triplet: CA, 02 and 39. RGB value is (202,2,57). Sum of RGB (Red+Green+Blue) = 202+2+57=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0239 is #35FDC6. Grayscale: #444444. Windows color (decimal): -3538375 or 3736266. OLE color: 3736266.

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

Color convert

RGB 202 2 57 -
CMYK 0 0.99 0.72 0.21
HSL 343.5º 0.98% 0.4% -
HSV(B) 343.5º 0.99% 0.79% -
XYZ 25.12 12.9 5.04 -
YUV 68.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 202 2 57 0 0.99 0.72 0.21 343.5 0.98 0.4
Hex CA 2 39 0 63 48 15 158 62 28
Octal 312 2 71 0 143 110 25 530 142 50
Binary 11001010 10 111001 0 1100011 1001000 10101 101011000 1100010 101000

Color Harmonies of #CA0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0239

Black with #CA0239

Text Example


Text Example

White with #CA0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0239; }

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

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

background-color css

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

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

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

border-color css

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

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

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