Html Css Color HEX #CA093E Crimson

📋 copy color: '#CA093E'

red 202 ◦ green 9 ◦ blue 62

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

Shades of Crimson #CA093E

Tints of Crimson #CA093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 73.99%
G = 3.3%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA093E (or 0xCA093E) is known color: Crimson. HEX triplet: CA, 09 and 3E. RGB value is (202,9,62). Sum of RGB (Red+Green+Blue) = 202+9+62=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA093E is #35F6C1. Grayscale: #484848. Windows color (decimal): -3536578 or 4065738. OLE color: 4065738.

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

Color convert

RGB 202 9 62 -
CMYK 0 0.96 0.69 0.21
HSL 343.52º 0.91% 0.41% -
HSV(B) 343.52º 0.96% 0.79% -
XYZ 25.32 13.1 5.75 -
YUV 72.75 121.94 220.19 -
System Red Green Blue C M Y K H S L
Decimal 202 9 62 0 0.96 0.69 0.21 343.52 0.91 0.41
Hex CA 9 3E 0 60 45 15 158 5B 29
Octal 312 11 76 0 140 105 25 530 133 51
Binary 11001010 1001 111110 0 1100000 1000101 10101 101011000 1011011 101001

Color Harmonies of #CA093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA093E

Black with #CA093E

Text Example


Text Example

White with #CA093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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