Html Css Color HEX #CA093D Crimson

📋 copy color: '#CA093D'

red 202 ◦ green 9 ◦ blue 61

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

Shades of Crimson #CA093D

Tints of Crimson #CA093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 74.26%
G = 3.31%
B = 22.43%

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

#CA093D (or 0xCA093D) is known color: Crimson. HEX triplet: CA, 09 and 3D. RGB value is (202,9,61). Sum of RGB (Red+Green+Blue) = 202+9+61=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA093D is #35F6C2. Grayscale: #484848. Windows color (decimal): -3536579 or 4000202. OLE color: 4000202.

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

Color convert

RGB 202 9 61 -
CMYK 0 0.96 0.70 0.21
HSL 343.83º 0.91% 0.41% -
HSV(B) 343.83º 0.96% 0.79% -
XYZ 25.3 13.09 5.61 -
YUV 72.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 202 9 61 0 0.96 0.70 0.21 343.83 0.91 0.41
Hex CA 9 3D 0 60 46 15 158 5B 29
Octal 312 11 75 0 140 106 25 530 133 51
Binary 11001010 1001 111101 0 1100000 1000110 10101 101011000 1011011 101001

Color Harmonies of #CA093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA093D

Black with #CA093D

Text Example


Text Example

White with #CA093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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