Html Css Color HEX #CB0A3F Crimson

📋 copy color: '#CB0A3F'

red 203 ◦ green 10 ◦ blue 63

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

Shades of Crimson #CB0A3F

Tints of Crimson #CB0A3F

RGB

 RED value IS 203 (79.69% from 255) = 73.55%

 GREEN value IS 10 (4.3% from 255) = 3.62%

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

R = 73.55%
G = 3.62%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB0A3F (or 0xCB0A3F) is known color: Crimson. HEX triplet: CB, 0A and 3F. RGB value is (203,10,63). Sum of RGB (Red+Green+Blue) = 203+10+63=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A3F is #34F5C0. Grayscale: #494949. Windows color (decimal): -3470785 or 4131531. OLE color: 4131531.

HSL color Cylindrical-coordinate representation of color #CB0A3F: hue angle of 343.52º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A3F is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 10 63 -
CMYK 0 0.95 0.69 0.20
HSL 343.52º 0.91% 0.42% -
HSV(B) 343.52º 0.95% 0.8% -
XYZ 25.63 13.27 5.91 -
YUV 73.75 121.94 220.19 -
System Red Green Blue C M Y K H S L
Decimal 203 10 63 0 0.95 0.69 0.20 343.52 0.91 0.42
Hex CB A 3F 0 5F 45 14 158 5B 2A
Octal 313 12 77 0 137 105 24 530 133 52
Binary 11001011 1010 111111 0 1011111 1000101 10100 101011000 1011011 101010

Color Harmonies of #CB0A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A3F

Black with #CB0A3F

Text Example


Text Example

White with #CB0A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A3F; }

 p { color: rgb(203,10,63); }

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

background-color css

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

 a { background-color: rgb(203,10,63); }

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

border-color css

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

 span { border-color: rgb(203,10,63); }

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