Html Css Color HEX #CA083F Crimson

📋 copy color: '#CA083F'

red 202 ◦ green 8 ◦ blue 63

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

Shades of Crimson #CA083F

Tints of Crimson #CA083F

RGB

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

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

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

R = 73.99%
G = 2.93%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA083F (or 0xCA083F) is known color: Crimson. HEX triplet: CA, 08 and 3F. RGB value is (202,8,63). Sum of RGB (Red+Green+Blue) = 202+8+63=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA083F is #35F7C0. Grayscale: #484848. Windows color (decimal): -3536833 or 4131018. OLE color: 4131018.

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

Color convert

RGB 202 8 63 -
CMYK 0 0.96 0.69 0.21
HSL 342.99º 0.92% 0.41% -
HSV(B) 342.99º 0.96% 0.79% -
XYZ 25.34 13.09 5.89 -
YUV 72.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 202 8 63 0 0.96 0.69 0.21 342.99 0.92 0.41
Hex CA 8 3F 0 60 45 15 157 5C 29
Octal 312 10 77 0 140 105 25 527 134 51
Binary 11001010 1000 111111 0 1100000 1000101 10101 101010111 1011100 101001

Color Harmonies of #CA083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA083F

Black with #CA083F

Text Example


Text Example

White with #CA083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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