Html Css Color HEX #CA093C Crimson

📋 copy color: '#CA093C'

red 202 ◦ green 9 ◦ blue 60

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

Shades of Crimson #CA093C

Tints of Crimson #CA093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 74.54%
G = 3.32%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA093C (or 0xCA093C) is known color: Crimson. HEX triplet: CA, 09 and 3C. RGB value is (202,9,60). Sum of RGB (Red+Green+Blue) = 202+9+60=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA093C is #35F6C3. Grayscale: #484848. Windows color (decimal): -3536580 or 3934666. OLE color: 3934666.

HSL color Cylindrical-coordinate representation of color #CA093C: hue angle of 344.15º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA093C is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 9 60 -
CMYK 0 0.96 0.70 0.21
HSL 344.15º 0.91% 0.41% -
HSV(B) 344.15º 0.96% 0.79% -
XYZ 25.27 13.08 5.47 -
YUV 72.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 202 9 60 0 0.96 0.70 0.21 344.15 0.91 0.41
Hex CA 9 3C 0 60 46 15 158 5B 29
Octal 312 11 74 0 140 106 25 530 133 51
Binary 11001010 1001 111100 0 1100000 1000110 10101 101011000 1011011 101001

Color Harmonies of #CA093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA093C

Black with #CA093C

Text Example


Text Example

White with #CA093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA093C; }

 p { color: rgb(202,9,60); }

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

background-color css

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

 a { background-color: rgb(202,9,60); }

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

border-color css

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

 span { border-color: rgb(202,9,60); }

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