Html Css Color HEX #CA033D Crimson

📋 copy color: '#CA033D'

red 202 ◦ green 3 ◦ blue 61

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

Shades of Crimson #CA033D

Tints of Crimson #CA033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 75.94%
G = 1.13%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA033D (or 0xCA033D) is known color: Crimson. HEX triplet: CA, 03 and 3D. RGB value is (202,3,61). Sum of RGB (Red+Green+Blue) = 202+3+61=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA033D is #35FCC2. Grayscale: #454545. Windows color (decimal): -3538115 or 3998666. OLE color: 3998666.

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

Color convert

RGB 202 3 61 -
CMYK 0 0.99 0.70 0.21
HSL 342.51º 0.97% 0.4% -
HSV(B) 342.51º 0.99% 0.79% -
XYZ 25.23 12.96 5.59 -
YUV 69.11 123.43 222.78 -
System Red Green Blue C M Y K H S L
Decimal 202 3 61 0 0.99 0.70 0.21 342.51 0.97 0.4
Hex CA 3 3D 0 63 46 15 157 61 28
Octal 312 3 75 0 143 106 25 527 141 50
Binary 11001010 11 111101 0 1100011 1000110 10101 101010111 1100001 101000

Color Harmonies of #CA033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA033D

Black with #CA033D

Text Example


Text Example

White with #CA033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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