Html Css Color HEX #CA063A Crimson

📋 copy color: '#CA063A'

red 202 ◦ green 6 ◦ blue 58

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

Shades of Crimson #CA063A

Tints of Crimson #CA063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 75.94%
G = 2.26%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA063A (or 0xCA063A) is known color: Crimson. HEX triplet: CA, 06 and 3A. RGB value is (202,6,58). Sum of RGB (Red+Green+Blue) = 202+6+58=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA063A is #35F9C5. Grayscale: #464646. Windows color (decimal): -3537350 or 3802826. OLE color: 3802826.

HSL color Cylindrical-coordinate representation of color #CA063A: hue angle of 344.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA063A is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 6 58 -
CMYK 0 0.97 0.71 0.21
HSL 344.08º 0.94% 0.41% -
HSV(B) 344.08º 0.97% 0.79% -
XYZ 25.19 12.99 5.18 -
YUV 70.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 202 6 58 0 0.97 0.71 0.21 344.08 0.94 0.41
Hex CA 6 3A 0 61 47 15 158 5E 29
Octal 312 6 72 0 141 107 25 530 136 51
Binary 11001010 110 111010 0 1100001 1000111 10101 101011000 1011110 101001

Color Harmonies of #CA063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA063A

Black with #CA063A

Text Example


Text Example

White with #CA063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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