Html Css Color HEX #CA0944 Crimson

📋 copy color: '#CA0944'

red 202 ◦ green 9 ◦ blue 68

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

Shades of Crimson #CA0944

Tints of Crimson #CA0944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 72.4%
G = 3.23%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA0944 (or 0xCA0944) is known color: Crimson. HEX triplet: CA, 09 and 44. RGB value is (202,9,68). Sum of RGB (Red+Green+Blue) = 202+9+68=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0944 is #35F6BB. Grayscale: #494949. Windows color (decimal): -3536572 or 4458954. OLE color: 4458954.

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

Color convert

RGB 202 9 68 -
CMYK 0 0.96 0.66 0.21
HSL 341.66º 0.91% 0.41% -
HSV(B) 341.66º 0.96% 0.79% -
XYZ 25.5 13.17 6.67 -
YUV 73.43 124.94 219.7 -
System Red Green Blue C M Y K H S L
Decimal 202 9 68 0 0.96 0.66 0.21 341.66 0.91 0.41
Hex CA 9 44 0 60 42 15 156 5B 29
Octal 312 11 104 0 140 102 25 526 133 51
Binary 11001010 1001 1000100 0 1100000 1000010 10101 101010110 1011011 101001

Color Harmonies of #CA0944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0944

Black with #CA0944

Text Example


Text Example

White with #CA0944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0944; }

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

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

background-color css

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

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

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

border-color css

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

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

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