Html Css Color HEX #CA033F Crimson

📋 copy color: '#CA033F'

red 202 ◦ green 3 ◦ blue 63

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

Shades of Crimson #CA033F

Tints of Crimson #CA033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 75.37%
G = 1.12%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA033F (or 0xCA033F) is known color: Crimson. HEX triplet: CA, 03 and 3F. RGB value is (202,3,63). Sum of RGB (Red+Green+Blue) = 202+3+63=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA033F is #35FCC0. Grayscale: #454545. Windows color (decimal): -3538113 or 4129738. OLE color: 4129738.

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

Color convert

RGB 202 3 63 -
CMYK 0 0.99 0.69 0.21
HSL 341.91º 0.97% 0.4% -
HSV(B) 341.91º 0.99% 0.79% -
XYZ 25.29 12.98 5.88 -
YUV 69.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 202 3 63 0 0.99 0.69 0.21 341.91 0.97 0.4
Hex CA 3 3F 0 63 45 15 156 61 28
Octal 312 3 77 0 143 105 25 526 141 50
Binary 11001010 11 111111 0 1100011 1000101 10101 101010110 1100001 101000

Color Harmonies of #CA033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA033F

Black with #CA033F

Text Example


Text Example

White with #CA033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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