Html Css Color HEX #CB063C Crimson

📋 copy color: '#CB063C'

red 203 ◦ green 6 ◦ blue 60

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

Shades of Crimson #CB063C

Tints of Crimson #CB063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.3%

R = 75.46%
G = 2.23%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB063C (or 0xCB063C) is known color: Crimson. HEX triplet: CB, 06 and 3C. RGB value is (203,6,60). Sum of RGB (Red+Green+Blue) = 203+6+60=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB063C is #34F9C3. Grayscale: #474747. Windows color (decimal): -3471812 or 3933899. OLE color: 3933899.

HSL color Cylindrical-coordinate representation of color #CB063C: hue angle of 343.55º 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 #CB063C is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 60 -
CMYK 0 0.97 0.70 0.20
HSL 343.55º 0.94% 0.41% -
HSV(B) 343.55º 0.97% 0.8% -
XYZ 25.51 13.15 5.47 -
YUV 71.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 203 6 60 0 0.97 0.70 0.20 343.55 0.94 0.41
Hex CB 6 3C 0 61 46 14 158 5E 29
Octal 313 6 74 0 141 106 24 530 136 51
Binary 11001011 110 111100 0 1100001 1000110 10100 101011000 1011110 101001

Color Harmonies of #CB063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB063C

Black with #CB063C

Text Example


Text Example

White with #CB063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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