Html Css Color HEX #CA083E Crimson

📋 copy color: '#CA083E'

red 202 ◦ green 8 ◦ blue 62

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

Shades of Crimson #CA083E

Tints of Crimson #CA083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 74.26%
G = 2.94%
B = 22.79%

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

#CA083E (or 0xCA083E) is known color: Crimson. HEX triplet: CA, 08 and 3E. RGB value is (202,8,62). Sum of RGB (Red+Green+Blue) = 202+8+62=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA083E is #35F7C1. Grayscale: #484848. Windows color (decimal): -3536834 or 4065482. OLE color: 4065482.

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

Color convert

RGB 202 8 62 -
CMYK 0 0.96 0.69 0.21
HSL 343.3º 0.92% 0.41% -
HSV(B) 343.3º 0.96% 0.79% -
XYZ 25.31 13.08 5.75 -
YUV 72.16 122.27 220.61 -
System Red Green Blue C M Y K H S L
Decimal 202 8 62 0 0.96 0.69 0.21 343.3 0.92 0.41
Hex CA 8 3E 0 60 45 15 157 5C 29
Octal 312 10 76 0 140 105 25 527 134 51
Binary 11001010 1000 111110 0 1100000 1000101 10101 101010111 1011100 101001

Color Harmonies of #CA083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA083E

Black with #CA083E

Text Example


Text Example

White with #CA083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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