Html Css Color HEX #CA093A Crimson

📋 copy color: '#CA093A'

red 202 ◦ green 9 ◦ blue 58

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

Shades of Crimson #CA093A

Tints of Crimson #CA093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 75.09%
G = 3.35%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA093A (or 0xCA093A) is known color: Crimson. HEX triplet: CA, 09 and 3A. RGB value is (202,9,58). Sum of RGB (Red+Green+Blue) = 202+9+58=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA093A is #35F6C5. Grayscale: #484848. Windows color (decimal): -3536582 or 3803594. OLE color: 3803594.

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

Color convert

RGB 202 9 58 -
CMYK 0 0.96 0.71 0.21
HSL 344.77º 0.91% 0.41% -
HSV(B) 344.77º 0.96% 0.79% -
XYZ 25.22 13.06 5.19 -
YUV 72.29 119.94 220.52 -
System Red Green Blue C M Y K H S L
Decimal 202 9 58 0 0.96 0.71 0.21 344.77 0.91 0.41
Hex CA 9 3A 0 60 47 15 159 5B 29
Octal 312 11 72 0 140 107 25 531 133 51
Binary 11001010 1001 111010 0 1100000 1000111 10101 101011001 1011011 101001

Color Harmonies of #CA093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA093A

Black with #CA093A

Text Example


Text Example

White with #CA093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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