Html Css Color HEX #CB063A Crimson

📋 copy color: '#CB063A'

red 203 ◦ green 6 ◦ blue 58

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

Shades of Crimson #CB063A

Tints of Crimson #CB063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 76.03%
G = 2.25%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB063A (or 0xCB063A) is known color: Crimson. HEX triplet: CB, 06 and 3A. RGB value is (203,6,58). Sum of RGB (Red+Green+Blue) = 203+6+58=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB063A is #34F9C5. Grayscale: #464646. Windows color (decimal): -3471814 or 3802827. OLE color: 3802827.

HSL color Cylindrical-coordinate representation of color #CB063A: hue angle of 344.16º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB063A is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 58 -
CMYK 0 0.97 0.71 0.20
HSL 344.16º 0.94% 0.41% -
HSV(B) 344.16º 0.97% 0.8% -
XYZ 25.46 13.13 5.2 -
YUV 70.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 203 6 58 0 0.97 0.71 0.20 344.16 0.94 0.41
Hex CB 6 3A 0 61 47 14 158 5E 29
Octal 313 6 72 0 141 107 24 530 136 51
Binary 11001011 110 111010 0 1100001 1000111 10100 101011000 1011110 101001

Color Harmonies of #CB063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB063A

Black with #CB063A

Text Example


Text Example

White with #CB063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB063A; }

 p { color: rgb(203,6,58); }

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

background-color css

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

 a { background-color: rgb(203,6,58); }

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

border-color css

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

 span { border-color: rgb(203,6,58); }

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