Html Css Color HEX #CA084A Crimson

📋 copy color: '#CA084A'

red 202 ◦ green 8 ◦ blue 74

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

Shades of Crimson #CA084A

Tints of Crimson #CA084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 71.13%
G = 2.82%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA084A (or 0xCA084A) is known color: Crimson. HEX triplet: CA, 08 and 4A. RGB value is (202,8,74). Sum of RGB (Red+Green+Blue) = 202+8+74=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA084A is #35F7B5. Grayscale: #494949. Windows color (decimal): -3536822 or 4851914. OLE color: 4851914.

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

Color convert

RGB 202 8 74 -
CMYK 0 0.96 0.63 0.21
HSL 339.59º 0.92% 0.41% -
HSV(B) 339.59º 0.96% 0.79% -
XYZ 25.68 13.22 7.68 -
YUV 73.53 128.27 219.63 -
System Red Green Blue C M Y K H S L
Decimal 202 8 74 0 0.96 0.63 0.21 339.59 0.92 0.41
Hex CA 8 4A 0 60 3F 15 154 5C 29
Octal 312 10 112 0 140 77 25 524 134 51
Binary 11001010 1000 1001010 0 1100000 111111 10101 101010100 1011100 101001

Color Harmonies of #CA084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA084A

Black with #CA084A

Text Example


Text Example

White with #CA084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA084A; }

 p { color: rgb(202,8,74); }

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

background-color css

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

 a { background-color: rgb(202,8,74); }

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

border-color css

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

 span { border-color: rgb(202,8,74); }

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