Html Css Color HEX #CB0634 Crimson

📋 copy color: '#CB0634'

red 203 ◦ green 6 ◦ blue 52

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

Shades of Crimson #CB0634

Tints of Crimson #CB0634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 77.78%
G = 2.3%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB0634 (or 0xCB0634) is known color: Crimson. HEX triplet: CB, 06 and 34. RGB value is (203,6,52). Sum of RGB (Red+Green+Blue) = 203+6+52=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0634 is #34F9CB. Grayscale: #464646. Windows color (decimal): -3471820 or 3409611. OLE color: 3409611.

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

Color convert

RGB 203 6 52 -
CMYK 0 0.97 0.74 0.20
HSL 345.99º 0.94% 0.41% -
HSV(B) 345.99º 0.97% 0.8% -
XYZ 25.31 13.07 4.44 -
YUV 70.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 203 6 52 0 0.97 0.74 0.20 345.99 0.94 0.41
Hex CB 6 34 0 61 4A 14 15A 5E 29
Octal 313 6 64 0 141 112 24 532 136 51
Binary 11001011 110 110100 0 1100001 1001010 10100 101011010 1011110 101001

Color Harmonies of #CB0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0634

Black with #CB0634

Text Example


Text Example

White with #CB0634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0634; }

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

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

background-color css

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

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

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

border-color css

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

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

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