Html Css Color HEX #CF0634 Crimson

📋 copy color: '#CF0634'

red 207 ◦ green 6 ◦ blue 52

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

Shades of Crimson #CF0634

Tints of Crimson #CF0634

RGB

 RED value IS 207 (81.25% from 255) = 78.11%

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

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

R = 78.11%
G = 2.26%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF0634 (or 0xCF0634) is known color: Crimson. HEX triplet: CF, 06 and 34. RGB value is (207,6,52). Sum of RGB (Red+Green+Blue) = 207+6+52=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0634 is #30F9CB. Grayscale: #474747. Windows color (decimal): -3209676 or 3409615. OLE color: 3409615.

HSL color Cylindrical-coordinate representation of color #CF0634: hue angle of 346.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0634 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 52 -
CMYK 0 0.97 0.75 0.19
HSL 346.27º 0.94% 0.42% -
HSV(B) 346.27º 0.97% 0.81% -
XYZ 26.42 13.64 4.49 -
YUV 71.34 117.09 224.76 -
System Red Green Blue C M Y K H S L
Decimal 207 6 52 0 0.97 0.75 0.19 346.27 0.94 0.42
Hex CF 6 34 0 61 4B 13 15A 5E 2A
Octal 317 6 64 0 141 113 23 532 136 52
Binary 11001111 110 110100 0 1100001 1001011 10011 101011010 1011110 101010

Color Harmonies of #CF0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0634

Black with #CF0634

Text Example


Text Example

White with #CF0634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0634; }

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

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

background-color css

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

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

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

border-color css

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

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

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